home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / lightning_break.swf / scripts / DefineButton2_143 / BUTTONCONDACTION on(release).as
Text File  |  2005-01-07  |  117b  |  5 lines

  1. on(release){
  2.    _root.actLvl = levelNumber + _root.actPage * _root.itemsPerPage;
  3.    _root.gotoAndStop("game");
  4. }
  5.